Kanzi 4.0.0-beta2
kanzi::gfx::ComputePipelineCreateInfo Struct Reference

Creation information for a compute pipeline. More...

#include <kanzi/gfx/create_info.hpp>

Inheritance diagram for kanzi::gfx::ComputePipelineCreateInfo:
[legend]

Public Types

using HandleType
 Compute pipeline handle.
 

Public Attributes

ShaderHandleGuard computeHandle
 Shader handle.
 
reflection::ReflectionInfo reflectionInfo
 Reflection information for the compute shader.
 
- Public Attributes inherited from kanzi::gfx::BaseCreateInfo
string_view name
 The name of the graphics object, useful for debugging.
 

Detailed Description

Creation information for a compute pipeline.

Requires FeatureId::Compute.

Since
Kanzi 4.0.0

Member Typedef Documentation

◆ HandleType

Member Data Documentation

◆ computeHandle

ShaderHandleGuard kanzi::gfx::ComputePipelineCreateInfo::computeHandle

Shader handle.

Must have the compute shader stage.

See also
gfx::ShaderStage::Compute

◆ reflectionInfo

reflection::ReflectionInfo kanzi::gfx::ComputePipelineCreateInfo::reflectionInfo

Reflection information for the compute shader.


The documentation for this struct was generated from the following file: